From 3cd117e3a153dda019fec0a894d3bc0dec2059ac Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Thu, 14 Sep 2017 21:11:50 +0100 Subject: [PATCH] Expander: Explain how to conditionally style arrow --- gtk/gtkexpander.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index e1f361760b..bf29555f91 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -99,8 +99,8 @@ * ]| * * GtkExpander has three CSS nodes, the main node with the name expander, - * a subnode with name title and node below it with name arrow. Neither of - * them is using any style classes. + * a subnode with name title and node below it with name arrow. The arrow of an + * expander that is showing its child gets the :checked pseudoclass added to it. */ #include "config.h" -- 2.30.2